An efficient algorithm for finding an item from a sorted list of items, typically by repeatedly dividing the search interval in half.
एक कुशल एल्गोरिदम जो एक सॉर्टेड सूची से किसी आइटम को खोजने के लिए उपयोग किया जाता है, आमतौर पर खोज अंतराल को आधा-आधा विभाजित करके।
English Usage: Using the binary search algorithm, we can quickly locate the desired number in the array.
Hindi Usage: द्विआधारी खोज एल्गोरिदम का उपयोग करके, हम सरणी में वांछित संख्या को जल्दी से पा सकते हैं।